Rework tags targets in Windows makefiles to protect against old/stupid makes.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 12:12:17 +0000 (14:12 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Oct 2010 12:12:17 +0000 (14:12 +0200)
* lib-src/makefile.w32-in (tags): Remove target.
* src/makefile.w32-in (tags): Rename target to full-tags.

lib-src/ChangeLog
lib-src/makefile.w32-in
src/ChangeLog
src/makefile.w32-in

index f53af1840d51f7cf3d299ee10c01242eb93d289f..860ea853828c48306b596cb27c7096199ba3dafe 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (tags): Remove target.
+
 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (tags, TAGS): New targets.
index 6d881dbc174c33c6b56a071d79138bfb613fe258..0ef2e06ec710ddc92a84478eb81613077e7a09df 100644 (file)
@@ -380,7 +380,6 @@ getopt.h:           getopt_.h
 
 ### TAGS ###
 
-tags: TAGS
 TAGS: $(BLD)/etags.exe *.c *.h
        $(BLD)/etags.exe *.c *.h
 
index 2c6c56fdf66d6241cb6edaa18e3cbe41b06836df..38ab12805e9e2de39bea3ea8285bab9f73ae4d4d 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (tags): Rename target to full-tags.
+
 2010-10-02  Eli Zaretskii  <eliz@gnu.org>
 
        * emacs.c (main): Remove !WINDOWSNT conditional.
index daa6ed521988aaf9bcbe72f596561591874f563c..d4a7f47053e360264f028687ec691c188784fd46 100644 (file)
@@ -335,8 +335,8 @@ nt-TAGS-nmake:
        echo This target is not supported with NMake
        exit -1
 
-tags: TAGS TAGS-LISP ../nt/TAGS
-.PHONY: tags
+full-tags: TAGS TAGS-LISP ../nt/TAGS
+.PHONY: full-tags
 
 ### DEPENDENCIES ###